body{
  margin: 0px;
  background-image: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fdroper-lapse.us-southeast-1.linodeobjects.com%2F20250821213028192-393.webp&f=1&nofb=1&ipt=06ebd327da4cf3eac493d47bc5573cd852b810ab007d6096d046b204f412c62f");
  background-size: cover;
  background-repeat: no-repeat;
}

h1{
  margin-top: 50px;
  font-family: Times;
  color: white;
  text-shadow: 0 0 20px #D12600;
  font-size: 90px;
  text-align: center;
}

a{
  text-decoration: none;
}


.img1{
  height: 100px;
  width: 200px;
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(75deg, darkred, lightcoral);
}

.img2{
  height: 100px;
  width: 200px;
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(75deg, darkred, lightcoral);
}

.img3{
  height: 100px;
  width: 200px;
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(75deg, darkred, lightcoral); 
}

h2{
  margin: 1;  
  font-family: 'Times', sans-serif;
  color: darkred;
  font-size: 50px;
}

.text-intro{
  font-family:'Times', sans-serif;
  font-size: 20px;
  color: white;
  text-shadow: 0 0 60px black;
  text-align: right;
  
  
}

.img-text{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.img4{
  height: 100px;
  width: 200px;
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  display: flex;
  border-image-source: linear-gradient(75deg, darkred, lightcoral);
  align-content: center; 
}

.img4 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}


nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #333;
    padding: 15px 0;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0px;
    padding: 0px;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}